Parameters
- separator
- A character array that delimits the substrings in this string.
- options
- System.StringSplitOptions.RemoveEmptyEntries to omit empty array elements from the array returned; or System.StringSplitOptions.None to include empty array elements in the array returned.
Return Value
An array whose elements contain the substrings in this string that are delimited by one or more characters in separator.